projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf7fa93
)
Correctly mark an enum value in a doc comment
author
Timm Bäder
<mail@baedert.org>
Sun, 15 Jul 2018 16:02:47 +0000
(18:02 +0200)
committer
Timm Bäder
<mail@baedert.org>
Tue, 17 Jul 2018 15:33:47 +0000
(17:33 +0200)
gtk/gtksizerequest.c
patch
|
blob
|
history
diff --git
a/gtk/gtksizerequest.c
b/gtk/gtksizerequest.c
index 411cc103bcdb54f45f6f0f1f873ffcdd760fa83b..49af81071bfe06721d8cfbf71118a4845ca7d07f 100644
(file)
--- a/
gtk/gtksizerequest.c
+++ b/
gtk/gtksizerequest.c
@@
-398,7
+398,7
@@
gtk_widget_query_size_for_orientation (GtkWidget *widget,
* position for the natural size, or %NULL
*
* Measures @widget in the orientation @orientation and for the given @for_size.
- * As an example, if @orientation is GTK_ORIENTATION_HORIZONTAL and @for_size is 300,
+ * As an example, if @orientation is
%
GTK_ORIENTATION_HORIZONTAL and @for_size is 300,
* this functions will compute the minimum and natural width of @widget if
* it is allocated at a height of 300 pixels.
*